##############################################################
## MOD Title: Effects Store for Shop 3
## MOD Author: Thoul < thoul@phpbbsmith.com > ( Jeremy Rogers ) http://www.phpbbsmith.com
## MOD Description: Adds a special effects store to Shop 3.
## MOD Version: 1.2.0
##
## Installation Level: Easy
## Installation Time: 3 Minute
## Files To Edit:
##		N/A
## Included Files:
##		install.php,
##		shop_effects.php,
##		language/lang_english/lang_effects.php,
##		mods/shopaddons/effects.php,
##		mods/shopaddons/colors.js,
##		templates/subSilver/admin/shop_effects_config.tpl,
##		templates/subSilver/shop/effects.tpl
## License: contrib/license.txt GNU General Public License v2
##############################################################
## Author Notes:
##
## These are instructions from upgrading this modification from version 1.1.2 to
## version 1.2.0.  If you have not yet upgraded to version 1.1.2, please follow
## the upgrade instructions in 111_to_112.txt before proceeding with the
## instructions below.
##
## If you are installing this modification for the first time,
## please see the instructions in file_edits.txt instead.
##
##############################################################
## BEFORE FOLLOWING THESE INSTRUCTIONS, YOU SHOULD BACK UP ALL RELATED FILES.
##############################################################

#
#-----[ COPY ]------------------------------------------
#

root/install.php to install.php
root/shop_effects.php to shop_effects.php
root/mods/shopaddons/colors.js to mods/shopaddons/colors.js
root/mods/shopaddons/effects.php to mods/shopaddons/effects.php
root/language/lang_english/lang_effects.php to language/lang_english/lang_effects.php
root/templates/subSilver/admin/shop_effects_config.tpl to templates/subSilver/admin/shop_effects_config.tpl
root/templates/subSilver/shop/effects.tpl to templates/subSilver/shop/effects.tpl

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#

Run install.php by visiting it in your web browser, for example
http://www.yoursite.com/phpBB2/install.php
Choose the "Upgrade" option.
This will upgrade the database portions of the hack. If you prefer to run the
queries manually, check contrib/upgrades/112_to_120.sql.


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM